latest <- '1.1.0.9005'
remove.packages('Rnets')
detach('package:Rnets')
install.packages(
paste('Rnets_', latest, '.tar.gz', sep = ''),
repos = NULL, type = 'source'
)
library(Rnets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.